Skip to content

Conversation

@brannow
Copy link
Contributor

@brannow brannow commented Nov 28, 2025

Powermail’s backend List module loses the current filter and sorting state when navigating through the pagination.
Pagination links only included the currentPage argument, causing filter[form], filter[...], and sorting parameters to be dropped.

This patch fixes the issue by:

passing piVars (containing filter + sorting) from the List template to the Pagination partial

adding filter and sorting arguments to all pagination link URIs

With this change, switching between pages no longer resets the selected form or other filters.

@mschwemer mschwemer merged commit 71aa811 into in2code-de:master Jan 14, 2026
1 check passed
@mschwemer
Copy link
Collaborator

@brannow Thanks for your contribution! I just reviewed and tested it successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants